Adwaita: No padding for image buttons in popovers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 04:35:45 +0000 (23:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 13:41:16 +0000 (08:41 -0500)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 76d3fd0bbf1c5093a6409b48c16fd9f633fa33a5..df9207fe5426eb591c412430dff8c5ee031995f0 100644 (file)
@@ -1557,6 +1557,10 @@ popover.background {
     transition: none;
   }
 
+  button.image-button {
+    padding: 0px;
+  }
+
   .csd &, & {
     &.touch-selection,
     &.magnifier {
index 9668508d657b76f87d29e5fa9aa9924595d3846a..dceb9f6918e99688fddfef8e81e7a15b7cf1307b 100644 (file)
@@ -2170,6 +2170,10 @@ popover.background {
   .titlebar popover.background button.titlebutton:hover {
     text-shadow: none;
     transition: none; }
+  popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
+  popover.background .titlebar button.titlebutton,
+  .titlebar popover.background button.titlebutton {
+    padding: 0px; }
   .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
     border: 1px solid rgba(255, 255, 255, 0.1); }
 
index 089c2d36f43d141001c34ec14281422da49442d0..aac8f20d637aade2fc4da9277f2f2d3143165c8f 100644 (file)
@@ -2176,6 +2176,10 @@ popover.background {
   .titlebar popover.background button.titlebutton:hover {
     text-shadow: none;
     transition: none; }
+  popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
+  popover.background .titlebar button.titlebutton,
+  .titlebar popover.background button.titlebutton {
+    padding: 0px; }
   .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
     border: 1px solid rgba(255, 255, 255, 0.1); }